The jit - compiler default behavior is to generate the highest performance , hardest to debug machine code Jit編譯器的默認行為是生成性能最高、最不易于調試的機器碼。
Sets the compiler default so that explicit declarations of variables are required 設置編譯器默認值,以便要求變量的顯示聲明。默認情況下, option explicit設置為on 。
Option compare sets the compiler default for string comparisons : binary case - sensitive or text case - insensitive 設置字符串比較的編譯器默認值:二進制(區分大小寫)或文本(不區分大小寫) 。
Sets the compiler default so that explicit narrowing conversions are required and late binding is not allowed . by default , 設置編譯器默認值,以便要求雙字節到單字節的顯式轉換,而且不允許后期綁定。
For performance reasons , the compiler defaults to the common language runtime implementation for floating point arithmetic constraints 出于性能方面的原因,編譯器在默認情況下使用公共語言運行庫( clr )對浮點運算約束的實現。